home *** CD-ROM | disk | FTP | other *** search
- ===================================================================
- RCS file: /net/acae127/home/bammi/etc/src/master/atari/gemlib/Changelog,v
- retrieving revision 1.19
- diff -c -r1.19 Changelog
- *** 1.19 1992/08/14 15:09:48
- --- Changelog 1992/12/28 08:07:07
- ***************
- *** 296,298 ****
- --- 296,301 ----
- add target for above.
-
- ------------------------------- Patchlevel 25------------------------
- + gemfast.h:: ++jrb
- + sync with mntlib 25
- + ------------------------------- Patchlevel 26------------------------
- ===================================================================
- RCS file: /net/acae127/home/bammi/etc/src/master/atari/gemlib/PatchLev.h,v
- retrieving revision 1.17
- diff -c -r1.17 PatchLev.h
- *** 1.17 1992/08/14 15:09:48
- --- PatchLev.h 1992/12/28 08:07:08
- ***************
- *** 1,4 ****
- ! #define PatchLevel "25"
-
- /*
- * the Patch Level above is to identify the version
- --- 1,4 ----
- ! #define PatchLevel "26"
-
- /*
- * the Patch Level above is to identify the version
- ===================================================================
- RCS file: /net/acae127/home/bammi/etc/src/master/atari/gemlib/gemfast.h,v
- retrieving revision 1.11
- diff -c -r1.11 gemfast.h
- *** 1.11 1992/06/03 19:04:28
- --- gemfast.h 1992/12/28 08:07:11
- ***************
- *** 55,60 ****
- --- 55,66 ----
- #define WM_NEWTOP 29
- #define AC_OPEN 40
- #define AC_CLOSE 41
- + /* Xcontrol messages */
- + #define CT_UPDATE 50
- + #define CT_MOVE 51
- + #define CT_NEWTOP 52
- + #define CT_KEY 53
- +
- /* form_dial opcodes */
- #define FMD_START 0
- #define FMD_GROW 1
- ***************
- *** 112,117 ****
- --- 118,145 ----
- #define WF_HSLSIZE 15
- #define WF_VSLSIZE 16
- #define WF_SCREEN 17
- + #define WF_COLOR 18
- + #define WF_DCOLOR 19
- + /* window elements */
- + #define W_BOX 0
- + #define W_TITLE 1
- + #define W_CLOSER 2
- + #define W_NAME 3
- + #define W_FULLER 4
- + #define W_INFO 5
- + #define W_DATA 6
- + #define W_WORK 7
- + #define W_SIZER 8
- + #define W_VBAR 9
- + #define W_UPARROW 10
- + #define W_DNARROW 11
- + #define W_VSLIDE 12
- + #define W_VELEV 13
- + #define W_HBAR 14
- + #define W_LFARROW 15
- + #define W_RTARROW 16
- + #define W_HSLIDE 17
- + #define W_HELEV 18
- /* arrow message */
- #define WA_UPPAGE 0
- #define WA_DNPAGE 1
-